const github.com/klauspost/compress/zstd.maxOffsetBits

4 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L53: 	maxOffsetBits = 30
		blockenc.go#L883: 	if debugAsserts && ofMax > maxOffsetBits {
		fse_predefined.go#L101: 		tmp = make([]baseOffset, maxOffsetBits+1)
		seqdec.go#L245: 		if br.cursor > 4+((maxOffsetBits+16+16)>>3) {